Typo fix in usage message. OUTFILE is not optional.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 4 May 2008 04:32:20 +0000 (04:32 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 4 May 2008 04:32:20 +0000 (04:32 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3233 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/main.c

index f24186778446fdfab8e42dae9bf4dcd264a98d54..6e338ce07f41ef43e0d68bccacce64c1b73368a4 100644 (file)
@@ -124,7 +124,7 @@ usage(const char *pname, int shorter )
        printf(
 "Usage:\n"
 "    %s [options] -i INTYPE -f INFILE [filter] -o OUTTYPE -F OUTFILE\n"
-"    %s [options] -i INTYPE -o OUTTYPE INFILE [filter] [OUTFILE]\n"
+"    %s [options] -i INTYPE -o OUTTYPE INFILE [filter] OUTFILE\n"
 "\n"
 "    Converts GPS route and waypoint data from one format type to another.\n"
 "    The input type and filename are specified with the -i INTYPE\n"